-
-
Couldn't load subscription status.
- Fork 18
Add flake file #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add flake file #94
Conversation
|
I don’t know enough about nix to know whether this is okay or not, but one thing that stands out to me is the flake description - maybe it should be changed from the default. Happy to merge it. |
|
Thanks for the pull request, I'll get onto it as soon as I can 👍 |
Good call - changed to something more specific. |
|
Looking pretty good I reckon. Just curious, I'm not super familiar with .Nix - but is there a reason why the file uses nixpkgs from the unstable branch? nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";Totally cool if that is a common thing to do, just thinking that since this is supposed to be a generic Flake file we might want to change it to the same as the Nix wiki: nixpkgs.url = "github:NixOS/nixpkgs"; |
|
@roberth would it be possible for you to give us a hand here |
|
I would normally use |
|
I've opened #97 to show the alternative. |
Issue reference:
#93
Submission Checklist: